Closed
Bug 1317246
(c++11-migration)
Opened 9 years ago
Closed 7 years ago
[meta] Convert C++ to C++11 using clang-tidy
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Sylvestre, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: meta)
As part of the static analyzer work, we are aiming to convert most of our code to C++11.
For example:
* modernize-use-auto - http://clang.llvm.org/extra/clang-tidy/checks/modernize-
* modernize-use-default - http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-default.html
* modernize-loop-convert - http://clang.llvm.org/extra/clang-tidy/checks/modernize-loop-convert.html
* modernize-raw-string-literal - http://clang.llvm.org/extra/clang-tidy/checks/modernize-raw-string-literal.html
etc
Reporter | ||
Updated•9 years ago
|
status-firefox52:
affected → ---
Reporter | ||
Updated•9 years ago
|
Blocks: clang-based-analysis
Reporter | ||
Comment 1•9 years ago
|
||
We are working on a doc explaining all that, we will share it asap
Updated•7 years ago
|
Product: Core → Firefox Build System
Reporter | ||
Comment 2•7 years ago
|
||
We are not going to do much more here, closing.
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 7 years ago
Keywords: meta
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•